GUI Component Tag Library
Tag textArea


TextArea Wrapper Tag


Tag Information
Tag Classcom.ptc.core.components.tags.components.TextAreaTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringThe HTML id attribute for this component
propertyLabelfalsetruejava.lang.StringText displayed as the label of this component in a property panel. The value is only used if the tag is nested inside a renderPropertyPanel tag
namefalsetruejava.lang.StringThe HTML name attribute for this component
requiredfalsetruejava.lang.StringFlag indicating that the user is required to provide a submitted value for this input component
valuefalsetruejava.lang.StringThe contents of the text area
disabledfalsetruejava.lang.StringFlag indicating that this element must never receive focus or be included in a subsequent submit
rowsfalsetruejava.lang.StringThe height of the text area in rows
maxLengthfalsetruejava.lang.StringThe maximum number of characters that can be typed into the textArea. Although textArea does not natively have a maxlength, our GUI component is validating this.
onblurfalsetruejava.lang.StringJavascript code executed when this element loses focus
onchangefalsetruejava.lang.StringJavascript code executed when this element loses focus and its value has been modified since gaining focus
onfocusfalsetruejava.lang.StringJavascript code executed when this element receives focus
onselectfalsetruejava.lang.StringJavascript code executed when text within this element is selected by the user
readonlyfalsetruejava.lang.StringFlag indicating that this component will prohibit changes by the user. The element may receive focus unless it has also been disabled
colsfalsetruejava.lang.StringThe width of the text area in columns
stylefalsetruejava.lang.StringCSS style(s) to be applied when this component is rendered.
styleClassfalsetruejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
tabindexfalsetruejava.lang.StringPosition of this element in the tabbing order for the current document. This value must be an integer between 0 and 32767.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.